home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 8 / cdrt08.iso / mac / Sources of Faith / Sources Demo / Sources Demo.dxr / 00008.ls < prev    next >
Encoding:
Text File  |  1994-12-12  |  148 b   |  9 lines

  1. on exitFrame
  2.   global isEXE
  3.   if isEXE = 1 then
  4.     go(1, the pathName & "Sources.dxr")
  5.   else
  6.     go(1, the pathName & "Sources.dir")
  7.   end if
  8. end
  9.